* log: Support --key, as well as --branch and --unused.
* Avoid verification error when addurl --verifiable is used
with an url claimed by a special remote other than the web.
+ * Fix installation on Android.
-- Joey Hess <id@joeyh.name> Fri, 03 Jan 2025 14:30:38 -0400
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Works great on all of my Fedora, Ubuntu, and Rocky machines!
+
+> Thanks for reporting, I have now fixed the bug in runshell. [[done]]
+> --[[Joey]]
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
-
+> [[fixed|done]] --[[Joey]]
--- /dev/null
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2025-01-07T18:11:59Z"
+ content="""
+Indeed that is the same bug. And I've fixed it now, the next daily build
+and release will have the fix.
+"""]]
# The bundled git does not work well on sdcard, so delete
# it and use termux's git which works better.
cd "$base"
- find . | grep git | grep -v git-annex | grep -v git-remote-tor-annex | grep -v git-remote-gcrypt | xargs rm -rf
+ find . | grep git | grep -v git-annex | grep -v git-remote-annex | grep -v git-remote-tor-annex | grep -v git-remote-gcrypt | xargs rm -rf
# Use termux's uname, which knows it's on android,
# not the bundled one.
rm -f bin/uname